From 6266bcafeed71e565a720ee30870a3e4074a12b0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 27 Jul 2020 11:10:58 -0400 Subject: [PATCH] docs: Flesh out the role table in the a11y intro Add cross-references for all the widgets currently implementing non-default roles. --- docs/reference/gtk/section-accessibility.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/reference/gtk/section-accessibility.md b/docs/reference/gtk/section-accessibility.md index 19b023cc18..c8f2b5983f 100644 --- a/docs/reference/gtk/section-accessibility.md +++ b/docs/reference/gtk/section-accessibility.md @@ -50,6 +50,13 @@ Each role name is part of the #GtkAccessibleRole enumeration. | `CHECKBOX` | A control that has three possible value: `true`, `false`, or `undefined` | #GtkCheckButton | | `COLUMNHEADER` | The header of a column in a list or grid | - | | `COMBOBOX` | A control that can be expanded to show a list of possible values to select | #GtkComboBox | +| `DIALOG` | A dialog that prompts the user to enter information or require a response | #GtkDialog and subclasses | +| `PROGRESS_BAR` | An element that display progress | #GtkProgressBar | +| `RADIO` | A checkable input in a group of radio roles | #GtkRadioButton | +| `SCROLLBAR` | A graphical object controlling the scolling of content | #GtkScrollbar | +| `SEPARATOR` | A divider that separates sections of content or groups of items | #GtkSeparator | +| `SPIN_BUTTON` | A range control that allows seelcting among discrete choices | #GtkSpinButton | +| `SWITCH` | A control that represents on/off values | #GtkSwitch | | `...` | … | See the [WAI-ARIA](https://www.w3.org/WAI/PF/aria/appendices#quickref) list -- 2.30.2